home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / netzwerk / tcp-ip / usno / docs / timecheck.1 < prev    next >
Encoding:
Text File  |  1996-02-26  |  754 b   |  33 lines

  1. @.TH TIMECHECK 1 local
  2. @.SH NAME
  3. timecheck \- check local system time against a time server host
  4. @.SH SYNOPSIS
  5. @.B timecheck <hostname>
  6. @.SH DESCRIPTION
  7. @.I Timecheck
  8. communicates with an Internet time server host using BSD 
  9. Internet Stream Sockets.  It obtains a difference between
  10. local system time and the server's system clock time. Normally
  11. the time server is a system that sychronizes to Master Clock
  12. time.
  13. @.I timecheck
  14. is designed to be used with 
  15. @.I timesrv,
  16. the host time server's program spawned by inetd.
  17. @.PP
  18. @.SH EXAMPLE
  19. @.nf
  20. @.RS 5
  21. # compare your system clock with time server "tycho"
  22. timecheck tycho
  23. @.RE
  24. @.fi
  25.  
  26. @.SH AUTHOR
  27. @.PP
  28. @.I timecheck 
  29. written by Rich Schmidt, US Naval Observatory, 1992.
  30.  
  31. @.SH "SEE ALSO"
  32. timesrv(1), time_set(1)
  33.